From: K. Y. Srinivasan Date: Sat, 1 Aug 2015 23:08:21 +0000 (-0700) Subject: Drivers: hv: vmbus: Consider ND NIC in binding channels to CPUs X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~3926^2~61 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=379e4f756b915bcc35958365e5d1326b3b54efce;p=linux-4.9.git Drivers: hv: vmbus: Consider ND NIC in binding channels to CPUs We cycle through all the "high performance" channels to distribute load across the available CPUs. Process the NetworkDirect as a high performance device. Signed-off-by: K. Y. Srinivasan Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/hv/channel_mgmt.c b/drivers/hv/channel_mgmt.c index 00ba3f36f193..30613dfa38b3 100644 --- a/drivers/hv/channel_mgmt.c +++ b/drivers/hv/channel_mgmt.c @@ -347,6 +347,7 @@ enum { IDE = 0, SCSI, NIC, + ND_NIC, MAX_PERF_CHN, };